home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xwator / Imakefile next >
Makefile  |  1995-05-25  |  299b  |  14 lines

  1. #
  2. #    Imakefile for xwator, by Ron Record
  3. #
  4.         DEPLIBS = $(DEPXLIB)
  5. LOCAL_LIBRARIES = XmClientLibs
  6.   SYS_LIBRARIES = -lm
  7.            SRCS = xwator.c 
  8.            OBJS = xwator.o 
  9.  
  10. ComplexProgramTarget(xwator)
  11.  
  12. InstallProgram(xwator, /usr/skunk/bin/X11)
  13. InstallManPage(xwator, /usr/skunk/man/man.1)
  14.